JavaScript

A5.PanelLayoutnextPanel Method

Syntax

A5.PanelLayout.nextPanel([animation])

Arguments

animationboolean

Whether or not to animate the panel layout transition. The default value is true.

Description

Navigate to the next panel in the panel layout.

Example

// assume pObj is a pointer to a panel class
pObj.nextPanel();